home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 85 / CDMM85_1.ISO / Paintball Q3 / q3pbpak01.pk3 / scripts / flag.shader next >
Encoding:
Text File  |  2001-07-15  |  768 b   |  40 lines

  1. //***************************************//
  2. //Quake III Paintball Shader File        //
  3. //                                       //
  4. //Please do not edit this unless you     //
  5. //know what you are doing.               //
  6. //***************************************//
  7.  
  8. // Blue flag
  9. models/flags/flag_b
  10. {
  11.         cull disable
  12.     deformVertexes wave 35 sin 1 .5 1.5 0.3
  13.         deformVertexes wave 25 sin 0 .5 1 .8
  14.  
  15.            
  16.         {
  17.                map models/flags/b_flag2.tga
  18.               
  19.         }
  20.  
  21.  
  22. }
  23.  
  24. //Red flag
  25. models/flags/flag_r
  26. {
  27.         cull disable
  28.     deformVertexes wave 35 sin 1 .5 1.5 0.3
  29.         deformVertexes wave 25 sin 0 .5 1 .8
  30.  
  31.            
  32.         {
  33.                map models/flags/r_flag2.tga
  34.               
  35.         }
  36.  
  37.  
  38. }
  39.  
  40.